Object::DisplayOn

Section: ET++ method description (n)
Updated: automatically Fri Mar 1 10:54:57 1991
Index Return to Main Contents
 

NAME

Object::DisplayOn - instance method  

TEMPLATE

outputStream = ostream & DisplayOn(ostream & outputStream)  

SPECIFIERS

public virtual  

DESCRIPTION

Displays a character string representation of the object on the outputStream. This method is normally used for debugging purposes only.

   This method is obsolete and will be not in Object's interface in future versions. Method is sometimes overridden.  

ARGUMENTS

ostream & outputStream

the output stream where the object is to be printed on
 

RETURN ARGUMENT

ostream & outputStream

the same output stream which has been given as argument (allows concatenation syntax)
 

CATEGORIES

client, debugging, overrider interface

 

FIRST DEFINITION

class Object  

FILES

implementation:
Object.C


 

Index

NAME
TEMPLATE
SPECIFIERS
DESCRIPTION
ARGUMENTS
RETURN ARGUMENT
CATEGORIES
FIRST DEFINITION
FILES

This document was created by man2html, using the manual pages.
Time: 00:40:25 GMT, March 30, 2022